From: emellor@leeni.uk.xensource.com Date: Wed, 2 Aug 2006 16:42:38 +0000 (+0100) Subject: Clarify the use of vcpu-set. Closes bug #686. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15754^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=028e72eee5034628bbc044e74883f1b3785faf97;p=xen.git Clarify the use of vcpu-set. Closes bug #686. Signed-off-by Harry Butterworth --- diff --git a/tools/python/xen/xm/main.py b/tools/python/xen/xm/main.py index b6d1dcb63c..83021a49ad 100644 --- a/tools/python/xen/xm/main.py +++ b/tools/python/xen/xm/main.py @@ -78,7 +78,9 @@ help_spacer = """ sysrq_help = "sysrq Send a sysrq to a domain" domid_help = "domid Converts a domain name to a domain id" domname_help = "domname Convert a domain id to a domain name" -vcpu_set_help = """vcpu-set Set the number of VCPUs for a domain""" +vcpu_set_help = """vcpu-set Set the number of active VCPUs for a domain + within the range allowed by the domain + configuration""" vcpu_list_help = "vcpu-list List the VCPUs for a domain (or all domains)" vcpu_pin_help = "vcpu-pin Set which cpus a VCPU can use" dmesg_help = "dmesg [-c|--clear] Read or clear Xen's message buffer"